golang.org/x/net/http2.outflow.add (method)
10 uses
golang.org/x/net/http2 (current package)
flow.go#L113: func (f *outflow) add(n int32) bool {
server.go#L450: sc.flow.add(initialWindowSize)
server.go#L1592: if !st.flow.add(int32(f.Increment)) {
server.go#L1596: if !sc.flow.add(int32(f.Increment)) {
server.go#L1744: if !st.flow.add(growth) {
server.go#L2114: st.flow.add(sc.initialStreamSendWindowSize)
transport.go#L759: cc.flow.add(int32(initialWindowSize))
transport.go#L2070: cs.flow.add(int32(cc.initialWindowSize))
transport.go#L2817: cs.flow.add(delta)
transport.go#L2862: if !fl.add(int32(f.Increment)) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)